Welcome![Sign In][Sign Up]
Location:
Search - android c

Search list

[androidJNI-is-C

Description: android系统的底层学习和使用 进一步加强底层的学习 带有部分的jni程序-jni android
Platform: | Size: 13312 | Author: lingyun | Hits:

[androidtest

Description: 用C语言实现的针对android手机进行攻击的实例,使采用的是rootkit技术-Implemented in C language, for instance attack android phone, so that uses rootkit technology
Platform: | Size: 1024 | Author: 张蛟 | Hits:

[androidandroid-json-rpc

Description: android-json-rpc是一个在android程序中使用的JSON-RPC客户端类库。它提供了一个简单的API来执行JSON-RPC服务调用。-This open source library aims to help the implementation of JSON-RPC clients in android applications. The library provides a simple API to perform JSON-RPC service calls from an android device. JSON-RPC is a lightweight cross-language remote procedure call protocol that simplifies the creation of web services providers and clients. JSON serialization is typically more efficient than XML based serialization and is more suited for mobile environments like android. On the server side, several libraries exist to implement JSON-RPC services in the language of your choice (Python, Java, C#, PHP, ...).
Platform: | Size: 219136 | Author: 孙建 | Hits:

[androidjsha-android-wget-fc56f1a

Description: 安卓下的wget源代码 c++源代码,安卓源代码模式编译 绝对经典-Andrews wget source code
Platform: | Size: 1760256 | Author: fengfk | Hits:

[androidAndroidc

Description: android上c程序调用java程序的代码,很有必要的学习-android c program calls a java program code, necessary learning
Platform: | Size: 66560 | Author: baixiao | Hits:

[androidc.Implementation-of-Automatic-Flight-Control

Description: Implementation of Automatic Flight Control in Android Platform Using PID Controllers
Platform: | Size: 622592 | Author: ram | Hits:

[androidAndroid-system-boot-analyze-

Description: Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必须的配置信息,引导kernel启动 • linuxkernel启动linux内核 • init进程启动 • init进程读取init.rc启动必要的daemon程序,如:adbd、vold、netd、等 • init进程启动servicemanager---随后详细分析其过程 • init进程启动zygote ---随后详细分析其过程 • JAVA部分的Service启动 • init进程启动mediaserver---多媒体本地服务启动 本文主要分析android部分的启动,涉及范围为servicemanager启动到android系统的Java部分的Service -Android system starting procedure analyze .doc This paper mainly introduces the Android system startup process, to Androidinit after process part is given priority to, init with standard Linux kernel part before start completely the same. In Android start-up process complex, involving C, C++ and Java part, this paper to process analysis to let everybody as the main analysis is a system in Android clear ideas. In view of the limited my level, if there is the place of paper is not straight, please not stingy correct, I appreciate! The system can be roughly divided into a few start-up stage: · bootloader-initialization, read from Flash Kernel image and some must configuration information, so as to guide the Kernel start · linuxkernel start Linux kernel · init process start · init process read init. Rc start daemon necessary procedures, such as: adbd, vold, netd, etc · init process start servicemanager-then detailed analysis of the process · init process start zygote-then detailed
Platform: | Size: 22528 | Author: netwalk | Hits:

[androidAndroid-start-boot-analyze-

Description: Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必须的配置信息,引导kernel启动 • linuxkernel启动linux内核 • init进程启动 • init进程读取init.rc启动必要的daemon程序,如:adbd、vold、netd、等 • init进程启动servicemanager---随后详细分析其过程 • init进程启动zygote ---随后详细分析其过程 • JAVA部分的Service启动 • init进程启动mediaserver---多媒体本地服务启动 本文主要分析android部分的启动,涉及范围为servicemanager启动到android系统的Java部分的Service -This paper mainly introduces the Android system startup process, to Androidinit after process part is given priority to, init with standard Linux kernel part before start completely the same. In Android start-up process complex, involving C, C++ and Java part, this paper to process analysis to let everybody as the main analysis is a system in Android clear ideas. In view of the limited my level, if there is the place of paper is not straight, please not stingy correct, I appreciate! The system can be roughly divided into a few start-up stage: · bootloader-initialization, read from Flash Kernel image and some must configuration information, so as to guide the Kernel start · linuxkernel start Linux kernel · init process start · init process read init. Rc start daemon necessary procedures, such as: adbd, vold, netd, etc · init process start servicemanager-then detailed analysis of the process · init process start zygote-then detailed analysis of the process · JAVA part of the Serv
Platform: | Size: 22528 | Author: netwalk | Hits:

[File Formatandroid.mk

Description: 在编写android和C代码的接口程序是需要用到一个MK文件,这里有他的详细说明-In the preparation of the android and C code interface program used an MK files, there is a detailed description of
Platform: | Size: 101376 | Author: ouy | Hits:

[androidAndroid-Developed-from-scratch

Description: 2011年,若水工作室制作了《Android开发从零开始》系列课程,感谢大家的鼓励和支持。为了进一步提高Android开发培训水平,2012年若水工作室又倾心制作的项目实战视频『若水新闻』客户端开发教程,今天终于与大家见面了。 本系列课程目标 a.提高UI设计能力 b.巩固Android程序设计基础 c.异步更新UI d.掌握Android中HTTP通信 e.掌握JSON格式解析-In 2011, Flow studio produced a series of courses of the Android developer from scratch, thank you for your encouragement and support. To further enhance the Android development training level, the 2012 Flow Studios attracted to the production of the project the actual video is like news client development tutorial, finally meet with you today. This series of courses target a. Improve the UI design capabilities b. Consolidate the Android application design basis c. Asynchronous update the UI d. Master in Android HTTP communication e master JSON format resolution
Platform: | Size: 1824768 | Author: 冯术林 | Hits:

[androidlame

Description: 在android中利用jni调用c库lame对音频进行转码-Jni call the c library in android lame for audio transcoding
Platform: | Size: 1420288 | Author: wiper | Hits:

[androidandroid

Description: 安卓程序面试题、安卓典型题、安卓开发、c++程序。-Program interview questions of Andrews, Andrews typical question, Andrews developed, c++ procedures.
Platform: | Size: 205824 | Author: liusizheng | Hits:

[androidEmbedded-Android.pdf

Description: This book is for people coming to Android programming from a variety of backgrounds. If you have been programming iPhone or Mac OS applications in Objective-C, you will find coverage of Android tools and Java language features relevant to Android pro- gramming that will help you bring your knowledge of mobile application development to Android. If you are an experienced Java coder, you will find coverage of Android application architecture that will enable you to use your Java expertise in this newly vibrant world of client Java application development. In short, this is a book for people with some relevant experience in object-oriented languages, mobile applications, REST applications, and similar disciplines who want to go further than an introductory book or online tutorials will take them
Platform: | Size: 2455552 | Author: yfz | Hits:

[androidAndroid.Dialog

Description: A C# framework for building Android UI (https://github.com/sam-lippert/Android.Dialog)
Platform: | Size: 30720 | Author: hello | Hits:

[JSPc

Description: Android编程入门教程andbook中文版 Android编程入门教程andbook中文版-Andbook Chinese version of Android programming entry the tutorial andbook Chinese version of Android Programming Tutorial
Platform: | Size: 2882560 | Author: 王分 | Hits:

[JSP/JavaC

Description: android串口通信助手源代码,可以在tin也6410上面运行,简单易学-android message
Platform: | Size: 147456 | Author: 五里泉 | Hits:

[JSPAndroid

Description: 第一篇:介绍应用框架概念、原理和特性。 ※ 第二篇:阐述应用框架之设计技巧。亦即,如何打造应用框架。 ( 注:如果你的职务是「使用」 Android 框架来开发应用程序的话,可以跳过本篇,直接进入第三篇。 ) ※ 第三篇:说明及演练 Android 应用程序设计的 36 技。 ※ 第四篇:介绍 Android 框架与硬件之间 C 组件的开发流程及工具。 -First: This paper introduces the application framework concepts, principles and characteristics. ※ second: This paper describes the application framework design skills. That is, how to build the application framework. (Note: If your role is to " use" Android framework to develop applications, you can skip this, directly into the third.)* Title III: Description and 36 of the drill Android application design skills. ※ Part IV: Introduction to C components in the Android framework and hardware development processes and tools.
Platform: | Size: 6007808 | Author: Steven | Hits:

[Other GamesTickTackToe

Description: Subject : TickTackToe Development Suft : VC 2008 Language : Android , C/C-Subject : TickTackToe Development Suft : VC 2008 Language : Android , C/C++
Platform: | Size: 419840 | Author: goansoo | Hits:

[SCMandroid

Description: 基于安卓手机控制或者PC上位机控制智能小车的C程序-Andrews phone C program control or PC host computer to control the smart car
Platform: | Size: 21504 | Author: 何勇洲 | Hits:

[androidtccpack2.c

Description: Utility to pack android boot images
Platform: | Size: 1024 | Author: protopcb | Hits:
« 1 2 3 4 56 7 8 9 10 ... 21 »

CodeBus www.codebus.net